/*.title-holder h1 {
  margin: 10px 148px 10px 60px;
  padding: 10px 10px;
  border-right: 1px solid rgba(255,255,255,0.4);
}

.title-holder {
	position: relative;
  overflow: hidden;
}

.header-inner img {
	display: block;
}

.avatar-agripa {
  position: absolute;
  left: 10px;
  text-decoration: none;
  border-radius: 50%;
  display: inline-block;
  font-size: 26px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.avatar-agripa,
.switch-button {
	top: 50%;
  transform: translateY(-50%);
}

.project-coordinator-contact {
  position: relative;
  margin-left: 110px;
  min-height: 100px;
}

.project-coordinator-contact h2 {
  padding-bottom: 10px;
}

.coordinator-img {
  float: left;
}

.send-email i{
	font-size: 18px;
}*/